Map for WinForms | ComponentOne
C1.Win.Map Namespace / MapCollectionBase<T> Class / InternalInsert Method
The zero-based index at which item should be inserted.
The object to insert into the collection.

In This Topic
    InternalInsert Method (MapCollectionBase<T>)
    In This Topic
    Internal used only. Inserts an item ot the collection at the specified index.
    Syntax
    'Declaration
     
    
    Protected Sub InternalInsert( _
       ByVal index As Integer, _
       ByVal item As T _
    ) 
    protected void InternalInsert( 
       int index,
       T item
    )

    Parameters

    index
    The zero-based index at which item should be inserted.
    item
    The object to insert into the collection.
    See Also